|
PHY SET CLOTH POSITION
Set the position of the cloth object.
PHY SET CLOTH POSITION ID, x#, y#, z#
ID
Integer
identification number of the cloth object
x#
Float
position of the cloth on the X axis
y#
Float
position of the cloth on the Y axis
z#
Float
position of the cloth on the Z axis
Setting the position of the cloth object can only be done before the cloth object is built. In cases where you want the cloth to move at runtime then the recommended method is to attach it to a rigid body using phy attach cloth to shape and control the position of the rigid body.
No example code is provided for this command
|